[INFO] cloning repository https://github.com/mirfaknaufal/advprog-modul-8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mirfaknaufal/advprog-modul-8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirfaknaufal%2Fadvprog-modul-8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirfaknaufal%2Fadvprog-modul-8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3598dd48c6a6990f0e1047499d503a087a4ecf85
[INFO] fixing mirfaknaufal/advprog-modul-8 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirfaknaufal%2Fadvprog-modul-8" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mirfaknaufal/advprog-modul-8
[INFO] finished tweaking git repo https://github.com/mirfaknaufal/advprog-modul-8
[INFO] tweaked toml for git repo https://github.com/mirfaknaufal/advprog-modul-8 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mirfaknaufal/advprog-modul-8 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mirfaknaufal/advprog-modul-8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded prost-types v0.10.1
[INFO] [stderr]   Downloaded prost-derive v0.10.1
[INFO] [stderr]   Downloaded tonic-build v0.7.2
[INFO] [stderr]   Downloaded prost v0.10.4
[INFO] [stderr]   Downloaded tonic v0.1.1
[INFO] [stderr]   Downloaded pin-project v0.4.30
[INFO] [stderr]   Downloaded pin-project-internal v0.4.30
[INFO] [stderr]   Downloaded prost-build v0.10.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e
[INFO] running `Command { std: "docker" "start" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling pin-project-internal v0.4.30
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling tempfile v3.19.1
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking rand_pcg v0.2.1
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]     Checking tower-make v0.3.0
[INFO] [stderr]     Checking tower-ready-cache v0.3.1
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking httpdate v0.3.2
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking base64 v0.10.1
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling prost-derive v0.6.1
[INFO] [stderr]    Compiling async-stream-impl v0.2.1
[INFO] [stderr]     Checking async-stream v0.2.1
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling prost v0.10.4
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking pin-project v0.4.30
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tower-discover v0.3.0
[INFO] [stderr]     Checking tower-timeout v0.3.0
[INFO] [stderr]     Checking tower-load-shed v0.3.0
[INFO] [stderr]    Compiling prost-types v0.10.1
[INFO] [stderr]     Checking tower-retry v0.3.0
[INFO] [stderr]     Checking tower-util v0.3.1
[INFO] [stderr]     Checking tower-load v0.3.0
[INFO] [stderr]     Checking prost v0.6.1
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]     Checking tower-buffer v0.3.0
[INFO] [stderr]     Checking tower-limit v0.3.1
[INFO] [stderr]     Checking tower-balance v0.3.0
[INFO] [stderr]     Checking h2 v0.2.7
[INFO] [stderr]     Checking tower v0.3.1
[INFO] [stderr]    Compiling tonic-build v0.7.2
[INFO] [stderr]    Compiling grpc-tutorial v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking hyper v0.13.10
[INFO] [stderr]     Checking tonic v0.1.1
[INFO] [stdout] error[E0432]: unresolved import `tonic::sync`
[INFO] [stdout]  --> src/grpc_client.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tonic::sync::mpsc;
[INFO] [stdout]   |            ^^^^ could not find `sync` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tonic::sync`
[INFO] [stdout]  --> src/grpc_client.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use tonic::sync::mpsc;
[INFO] [stdout]   |            ^^^^ could not find `sync` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |             F: tonic::service::Interceptor,
[INFO] [stdout]    |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |             F: tonic::service::Interceptor,
[INFO] [stdout]    |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |             F: tonic::service::Interceptor,
[INFO] [stdout]    |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:247:23
[INFO] [stdout]     |
[INFO] [stdout] 247 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:247:23
[INFO] [stdout]     |
[INFO] [stdout] 247 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:337:23
[INFO] [stdout]     |
[INFO] [stdout] 337 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:337:23
[INFO] [stdout]     |
[INFO] [stdout] 337 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:72:23
[INFO] [stdout]    |
[INFO] [stdout] 72 |             F: tonic::service::Interceptor,
[INFO] [stdout]    |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:247:23
[INFO] [stdout]     |
[INFO] [stdout] 247 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:629:23
[INFO] [stdout]     |
[INFO] [stdout] 629 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:629:23
[INFO] [stdout]     |
[INFO] [stdout] 629 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:158:23
[INFO] [stdout]     |
[INFO] [stdout] 158 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `SendChatStream` is not a member of trait `ChatService`
[INFO] [stdout]   --> src/grpc_server.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type SendChatStream = ReceiverStream<Result<ChatMessage, Status>>;
[INFO] [stdout]    |     ^^^^^--------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |    |
[INFO] [stdout]    |     |    help: there is an associated type with a similar name: `ChatStream`
[INFO] [stdout]    |     not a member of trait `ChatService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]    |                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::io::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::str::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ) -> PaymentServiceClient<InterceptedService<T, F>>
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:146:38
[INFO] [stdout]     |
[INFO] [stdout] 146 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:156:39
[INFO] [stdout]     |
[INFO] [stdout] 156 |         ) -> TransactionServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:235:38
[INFO] [stdout]     |
[INFO] [stdout] 235 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         ) -> ChatServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]    |                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::io::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::str::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:627:14
[INFO] [stdout]     |
[INFO] [stdout] 627 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ) -> PaymentServiceClient<InterceptedService<T, F>>
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:146:38
[INFO] [stdout]     |
[INFO] [stdout] 146 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:156:39
[INFO] [stdout]     |
[INFO] [stdout] 156 |         ) -> TransactionServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:235:38
[INFO] [stdout]     |
[INFO] [stdout] 235 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         ) -> ChatServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grpc-tutorial` (bin "grpc-server") due to 29 previous errors
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:627:14
[INFO] [stdout]     |
[INFO] [stdout] 627 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `transacion_client` in this scope
[INFO] [stdout]   --> src/grpc_client.rs:33:22
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut stream = transacion_client.get_transaction_history(request).await?.into_inner();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut stream = transaction_client.get_transaction_history(request).await?.into_inner();
[INFO] [stdout]    |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:247:23
[INFO] [stdout]     |
[INFO] [stdout] 247 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:337:23
[INFO] [stdout]     |
[INFO] [stdout] 337 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:337:23
[INFO] [stdout]     |
[INFO] [stdout] 337 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `SendChatStream` not found for `Self`
[INFO] [stdout]   --> src/grpc_server.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |     ) -> Result<Response<Self::SendChatStream>, Status> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: there is an associated type with a similar name: `ChatStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |             PaymentServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |             TransactionServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:259:36
[INFO] [stdout]     |
[INFO] [stdout] 259 |             ChatServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:339:13
[INFO] [stdout]     |
[INFO] [stdout] 339 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:447:43
[INFO] [stdout]     |
[INFO] [stdout] 447 |         type GetTransactionHistoryStream: futures_core::Stream<
[INFO] [stdout]     |                                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:484:13
[INFO] [stdout]     |
[INFO] [stdout] 484 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:26
[INFO] [stdout]     |
[INFO] [stdout] 594 |         type ChatStream: futures_core::Stream<
[INFO] [stdout]     |                          ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:631:13
[INFO] [stdout]     |
[INFO] [stdout] 631 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:407:39
[INFO] [stdout]     |
[INFO] [stdout] 407 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:553:39
[INFO] [stdout]     |
[INFO] [stdout] 553 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:698:39
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `ChatStream`
[INFO] [stdout]    --> src/grpc_server.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 |   impl ChatService for MyChatService {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `ChatStream` in implementation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:9
[INFO] [stdout]     |
[INFO] [stdout] 594 | /         type ChatStream: futures_core::Stream<
[INFO] [stdout] 595 | |                 Item = Result<super::ChatMessage, tonic::Status>,
[INFO] [stdout] 596 | |             >
[INFO] [stdout] 597 | |             + Send
[INFO] [stdout] 598 | |             + 'static;
[INFO] [stdout]     | |_____________________- `ChatStream` from trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |             PaymentServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |             TransactionServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:259:36
[INFO] [stdout]     |
[INFO] [stdout] 259 |             ChatServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:339:13
[INFO] [stdout]     |
[INFO] [stdout] 339 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:447:43
[INFO] [stdout]     |
[INFO] [stdout] 447 |         type GetTransactionHistoryStream: futures_core::Stream<
[INFO] [stdout]     |                                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:484:13
[INFO] [stdout]     |
[INFO] [stdout] 484 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:26
[INFO] [stdout]     |
[INFO] [stdout] 594 |         type ChatStream: futures_core::Stream<
[INFO] [stdout]     |                          ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:631:13
[INFO] [stdout]     |
[INFO] [stdout] 631 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:407:39
[INFO] [stdout]     |
[INFO] [stdout] 407 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:553:39
[INFO] [stdout]     |
[INFO] [stdout] 553 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:698:39
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0220, E0425, E0433, E0437.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grpc-tutorial` (bin "grpc-client" test) due to 28 previous errors
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:482:23
[INFO] [stdout]     |
[INFO] [stdout] 482 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:629:23
[INFO] [stdout]     |
[INFO] [stdout] 629 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `service` in `tonic`
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:629:23
[INFO] [stdout]     |
[INFO] [stdout] 629 |             F: tonic::service::Interceptor,
[INFO] [stdout]     |                       ^^^^^^^ could not find `service` in `tonic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0437]: type `SendChatStream` is not a member of trait `ChatService`
[INFO] [stdout]   --> src/grpc_server.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 81 |     type SendChatStream = ReceiverStream<Result<ChatMessage, Status>>;
[INFO] [stdout]    |     ^^^^^--------------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |     |    |
[INFO] [stdout]    |     |    help: there is an associated type with a similar name: `ChatStream`
[INFO] [stdout]    |     not a member of trait `ChatService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]    |                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::io::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::str::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ) -> PaymentServiceClient<InterceptedService<T, F>>
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]    |                                      ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::io::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 39 +     use std::str::Bytes;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:146:38
[INFO] [stdout]     |
[INFO] [stdout] 146 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 |         ) -> PaymentServiceClient<InterceptedService<T, F>>
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:156:39
[INFO] [stdout]     |
[INFO] [stdout] 156 |         ) -> TransactionServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:235:38
[INFO] [stdout]     |
[INFO] [stdout] 235 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:146:38
[INFO] [stdout]     |
[INFO] [stdout] 146 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 125 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:156:39
[INFO] [stdout]     |
[INFO] [stdout] 156 |         ) -> TransactionServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Bytes` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:235:38
[INFO] [stdout]     |
[INFO] [stdout] 235 |         T::ResponseBody: Body<Data = Bytes> + Send + 'static,
[INFO] [stdout]     |                                      ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::io::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 214 +     use std::str::Bytes;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         ) -> ChatServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:627:14
[INFO] [stdout]     |
[INFO] [stdout] 627 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `transacion_client` in this scope
[INFO] [stdout]   --> src/grpc_client.rs:33:22
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut stream = transacion_client.get_transaction_history(request).await?.into_inner();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let mut stream = transaction_client.get_transaction_history(request).await?.into_inner();
[INFO] [stdout]    |                             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:245:32
[INFO] [stdout]     |
[INFO] [stdout] 245 |         ) -> ChatServiceClient<InterceptedService<T, F>>
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:335:14
[INFO] [stdout]     |
[INFO] [stdout] 335 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:480:14
[INFO] [stdout]     |
[INFO] [stdout] 480 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:627:14
[INFO] [stdout]     |
[INFO] [stdout] 627 |         ) -> InterceptedService<Self, F>
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |             PaymentServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |             TransactionServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:259:36
[INFO] [stdout]     |
[INFO] [stdout] 259 |             ChatServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:339:13
[INFO] [stdout]     |
[INFO] [stdout] 339 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:447:43
[INFO] [stdout]     |
[INFO] [stdout] 447 |         type GetTransactionHistoryStream: futures_core::Stream<
[INFO] [stdout]     |                                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:484:13
[INFO] [stdout]     |
[INFO] [stdout] 484 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:26
[INFO] [stdout]     |
[INFO] [stdout] 594 |         type ChatStream: futures_core::Stream<
[INFO] [stdout]     |                          ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:631:13
[INFO] [stdout]     |
[INFO] [stdout] 631 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:407:39
[INFO] [stdout]     |
[INFO] [stdout] 407 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:553:39
[INFO] [stdout]     |
[INFO] [stdout] 553 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:698:39
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grpc-tutorial` (bin "grpc-client") due to 28 previous errors
[INFO] [stdout] error[E0220]: associated type `SendChatStream` not found for `Self`
[INFO] [stdout]   --> src/grpc_server.rs:86:32
[INFO] [stdout]    |
[INFO] [stdout] 86 |     ) -> Result<Response<Self::SendChatStream>, Status> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ help: there is an associated type with a similar name: `ChatStream`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0046]: not all trait items implemented, missing: `ChatStream`
[INFO] [stdout]    --> src/grpc_server.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 |   impl ChatService for MyChatService {
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `ChatStream` in implementation
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:9
[INFO] [stdout]     |
[INFO] [stdout] 594 | /         type ChatStream: futures_core::Stream<
[INFO] [stdout] 595 | |                 Item = Result<super::ChatMessage, tonic::Status>,
[INFO] [stdout] 596 | |             >
[INFO] [stdout] 597 | |             + Send
[INFO] [stdout] 598 | |             + 'static;
[INFO] [stdout]     | |_____________________- `ChatStream` from trait
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 |             PaymentServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:170:43
[INFO] [stdout]     |
[INFO] [stdout] 170 |             TransactionServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:259:36
[INFO] [stdout]     |
[INFO] [stdout] 259 |             ChatServiceClient::new(InterceptedService::new(inner, interceptor))
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:339:13
[INFO] [stdout]     |
[INFO] [stdout] 339 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:447:43
[INFO] [stdout]     |
[INFO] [stdout] 447 |         type GetTransactionHistoryStream: futures_core::Stream<
[INFO] [stdout]     |                                           ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:484:13
[INFO] [stdout]     |
[INFO] [stdout] 484 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `futures_core` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:594:26
[INFO] [stdout]     |
[INFO] [stdout] 594 |         type ChatStream: futures_core::Stream<
[INFO] [stdout]     |                          ^^^^^^^^^^^^ use of unresolved module or unlinked crate `futures_core`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `futures_core`, use `cargo add futures_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterceptedService` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:631:13
[INFO] [stdout]     |
[INFO] [stdout] 631 |             InterceptedService::new(Self::new(inner), interceptor)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:407:39
[INFO] [stdout]     |
[INFO] [stdout] 407 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:553:39
[INFO] [stdout]     |
[INFO] [stdout] 553 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `empty_body` in this scope
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/grpc-tutorial-c78e48585a9b3f14/out/services.rs:698:39
[INFO] [stdout]     |
[INFO] [stdout] 698 | ...                   .body(empty_body())
[INFO] [stdout]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0046, E0220, E0425, E0433, E0437.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0046`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `grpc-tutorial` (bin "grpc-server" test) due to 29 previous errors
[INFO] running `Command { std: "docker" "inspect" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e", kill_on_drop: false }`
[INFO] [stdout] b66e2a8cd7654bf031a750e7f9d0e3e7d39f669b988651be0b651130dc6fda6e
